.container-wrap1 {
    text-align: center;
    margin-bottom: 5%;
}

.container1 {
    background-color: #996699 !important;
    /*margin-left: 200px;
    margin-right: 200px;*/
    /*padding-top: 5% !important;
    padding-right: 5% !important;
    padding-left: 5% !important;*/
    margin-bottom: 10%;
}

label {
    color: white;
}

.button_explore {
    background-color: #99CC66;
    border-radius: 25px;
}

@media screen and (max-width: 480px) {
    .container1 {
        border-radius: 0 !important;
    }

    .container-wrap1 {
        text-align: center;
        margin-top: 25% !important;
        margin-bottom: 10%;
        /*margin-left: -15%; 
        margin-right:-15%;*/
        /*transform: scale(1.2);*/
    }
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
    /* height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;

}

.contact100-more {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0px 15px;
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(168, 51, 211, 0.0);
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

a:hover {
    text-decoration: none !important;
}

body {
    font-family: 'Montserrat' !important;
    /*font-size: 22px;*/
}

.select2.narrow {
    width: 100%;
}

.wrap.select2-selection--single {
    height: 10%;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.select2{
width: inherit !important;
}

#div_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(247, 202, 24, 0.8);*/
    /*background-color: #5cb85c;*/
    /*rgba(255,255,255,0.7);*/
    background-color: #fff;
    z-index: 9999;
    padding: 10% !important;
}

.spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#div_inquiry_form {
    margin: 10px !important;
}

